home *** CD-ROM | disk | FTP | other *** search
/ Suzy B Software 2 / Suzy B Software CD-ROM 2 (1994).iso / extras / programm / mcode_01 / source / function / readme < prev    next >
Encoding:
Text File  |  1995-04-27  |  757 b   |  23 lines

  1. File Description     : Readme file for the function source directory
  2. Author             : Stephen McNabb
  3. Creation Date        : 21st February 1995
  4. Last Updated        : 21st Februray 1995
  5.  
  6.     The '\source\function\' directory holds all the source files for
  7. subroutines such as converting from uppercase to lowercase and displaying
  8. a directory listing. Also included are the executables for each of the
  9. source code files.
  10.  
  11. Files
  12. -----
  13.  
  14.     lower.s        - source code for converting string to lowercase
  15.     lower.prg    - executable for above
  16.     printdir.s    - source code for diaplaying a directory listing
  17.     printdir.prg    - executable for above
  18.     readme        - this file
  19.     upper.s        - source code for converting string to uppercase
  20.     upper.prg    - executable for above
  21.  
  22. *** End of File ***
  23.